home *** CD-ROM | disk | FTP | other *** search
- object Form9: TForm9
- Left = 178
- Top = 157
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Form9'
- ClientHeight = 297
- ClientWidth = 394
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 10
- Top = 245
- Width = 376
- Height = 11
- Shape = bsBottomLine
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 85
- Width = 376
- Height = 151
- TabOrder = 0
- object Label2: TLabel
- Left = 190
- Top = 15
- Width = 156
- Height = 41
- AutoSize = False
- Caption = 'All files will be correctly installed (recommended)'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 190
- Top = 65
- Width = 181
- Height = 41
- AutoSize = False
- Caption =
- 'Setup only installs the files neccessary to run. Use this option' +
- ' if you don'#39't have diskspace enought.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 190
- Top = 115
- Width = 136
- Height = 31
- AutoSize = False
- Caption = 'Setup asks which files you want to install.'
- WordWrap = True
- end
- object Button2: TButton
- Left = 10
- Top = 15
- Width = 166
- Height = 26
- Caption = '&Full Installation.'
- TabOrder = 0
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 10
- Top = 65
- Width = 166
- Height = 26
- Caption = '&Minimum Installation'
- TabOrder = 1
- OnClick = Button
- end
- object Button4: TButton
- Left = 10
- Top = 115
- Width = 166
- Height = 26
- Caption = 'C&ustom Installation'
- TabOrder = 2
- OnClick = Button3Click
- end
- end
- object Button1: TButton
- Left = 310
- Top = 265
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = Button1Click
- end
- object GroupBox2: TGroupBox
- Left = 10
- Top = 5
- Width = 376
- Height = 71
- TabOrder = 2
- object Image1: TImage
- Left = 10
- Top = 20
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 50
- Top = 10
- Width = 306
- Height = 56
- AutoSize = False
- Caption =
- 'Setup needs to know which option you want to use, If you choose ' +
- 'Full installation all files will be correctly installed, If you ' +
- 'choose Custom installation setup will ask which files you want t' +
- 'o install. Choose Minimum installation if you don'#39't have space'
- WordWrap = True
- end
- end
- object Button5: TButton
- Left = 215
- Top = 265
- Width = 80
- Height = 25
- Caption = '&Next >'
- Enabled = False
- TabOrder = 3
- end
- object Button6: TButton
- Left = 135
- Top = 265
- Width = 80
- Height = 25
- Caption = '< &Back'
- TabOrder = 4
- OnClick = Button6Click
- end
- end
-